home *** CD-ROM | disk | FTP | other *** search
/ <GEEK> 2 / GEEK2.ISO / pc / exploit.dxr / Internal_14_SlideBar 1.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  322 b   |  10 lines

  1. on mouseDown
  2.   if the mouseH < 32 then
  3.     set the text of member "BillTextDisplay 2" to line random(the number of lines in field "BillTextBank") of field "BillTextBank"
  4.     repeat while the mouseDown
  5.       set the locH of sprite the clickOn to max(8, min(585, the mouseH))
  6.       updateStage()
  7.     end repeat
  8.   end if
  9. end
  10.